projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a1ab87
)
phy: bcm6368-usbh: convert to use live dt
author
Álvaro Fernández Rojas
<
[email protected]
>
Thu, 22 Mar 2018 18:39:42 +0000
(19:39 +0100)
committer
Daniel Schwierzeck
<
[email protected]
>
Fri, 1 Jun 2018 13:56:02 +0000
(15:56 +0200)
Also fix bad accents in my name.
Signed-off-by: Álvaro Fernández Rojas <
[email protected]
>
Reviewed-by: Daniel Schwierzeck <
[email protected]
>
drivers/phy/bcm6368-usbh-phy.c
patch
|
blob
|
history
diff --git
a/drivers/phy/bcm6368-usbh-phy.c
b/drivers/phy/bcm6368-usbh-phy.c
index 02197ed42530ce31afff2094485c16c433f15f01..99da97aa0cd106ab67904526e9de9eac342425e7 100644
(file)
--- a/
drivers/phy/bcm6368-usbh-phy.c
+++ b/
drivers/phy/bcm6368-usbh-phy.c
@@
-1,6
+1,6
@@
// SPDX-License-Identifier: GPL-2.0+
/*
- * Copyright (C) 2018 Ã
\83
Â
\81
lvaro FernÃ
\83
Â
¡ndez Rojas <
[email protected]
>
+ * Copyright (C) 2018 Ã
\81
lvaro FernÃ
¡ndez Rojas <
[email protected]
>
*
* Derived from linux/arch/mips/bcm63xx/usb-common.c:
* Copyright 2008 Maxime Bizon <
[email protected]
>
@@
-116,15
+116,12
@@
static int bcm6368_usbh_probe(struct udevice *dev)
#endif
struct reset_ctl rst_ctl;
struct clk clk;
- fdt_addr_t addr;
- fdt_size_t size;
int ret;
-
addr = devfdt_get_addr_size_index(dev, 0, &size
);
- if (
addr == FDT_ADDR_T_NONE
)
+
priv->regs = dev_remap_addr(dev
);
+ if (
!priv->regs
)
return -EINVAL;
- priv->regs = ioremap(addr, size);
priv->hw = hw;
/* enable usbh clock */